Re-exports§
pub use deno_native_certs;
pub use rustls;
pub use rustls_pemfile;
pub use webpki;
pub use webpki_roots;
Modules§
- Rustls - a modern TLS library
Structs§
- The handshake results from a TLS connection.
- A TLS certificate/private key pair. see https://docs.rs/rustls-pki-types/latest/rustls_pki_types/#cloning-private-keys
- An
async
stream that wraps arustls
connection and a TCP socket. - An
async
read half of stream that wraps arustls
connection and a TCP socket. - An
async
write half of stream that wraps arustls
connection and a TCP socket. - An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:
Enums§
Traits§
- Lazily resolves the root cert store.